←Select platform
In This Topic ▼

CacheItem<T> Class Members

Summary

The following tables list the members exposed by CacheItem<T>.

Public Constructors

Name Description
Public Constructor
CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key.
Public Constructor CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key and value.
Public Constructor CacheItem<T> Initializes a new instance of CacheItem<T> with the specified key and value and region.

Protected Constructors

Name Description
Protected Constructor
CacheItem<T> Initializes a new instance of CacheItem<T>.

Public Methods

Name Description
Public Method
ToNonGeneric Creates a non generic version of this class.

Public Properties

Name Description
Public Property
Key The unique identifier for this CacheItem<T>.
Public Property RegionName Name of the region in the cache for this CacheItem<T>.
Public Property Value Data for this CacheItem<T>.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly